# This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.1496.1.16 -> 1.1496.1.17 # include/asm-ia64/numnodes.h 1.3 -> 1.4 # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 03/12/19 jbarnes@sgi.com 1.1496.1.17 # [PATCH] ia64: make NODES_SHIFT a little biggger # # Make NODES_SHIFT larger to accomodate 256 node machines. # -------------------------------------------- # diff -Nru a/include/asm-ia64/numnodes.h b/include/asm-ia64/numnodes.h --- a/include/asm-ia64/numnodes.h Sat Dec 20 00:39:22 2003 +++ b/include/asm-ia64/numnodes.h Sat Dec 20 00:39:22 2003 @@ -5,8 +5,8 @@ /* Max 8 Nodes */ #define NODES_SHIFT 3 #elif defined(CONFIG_IA64_SGI_SN2) || defined(CONFIG_IA64_GENERIC) -/* Max 128 Nodes */ -#define NODES_SHIFT 7 +/* Max 256 Nodes */ +#define NODES_SHIFT 8 #endif #endif /* _ASM_MAX_NUMNODES_H */